From: Kees Cook Date: Tue, 23 Oct 2012 20:03:38 +0000 (-0700) Subject: fs/dlm: remove CONFIG_EXPERIMENTAL X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~9808^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a3de56bdb980c63b01662cac05d430db60ff4374;p=linux-4.9.git fs/dlm: remove CONFIG_EXPERIMENTAL This config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it. CC: Christine Caulfield Signed-off-by: Kees Cook Signed-off-by: David Teigland --- diff --git a/fs/dlm/Kconfig b/fs/dlm/Kconfig index 1897eb1b4b6a..e4242c3f8486 100644 --- a/fs/dlm/Kconfig +++ b/fs/dlm/Kconfig @@ -1,6 +1,6 @@ menuconfig DLM tristate "Distributed Lock Manager (DLM)" - depends on EXPERIMENTAL && INET + depends on INET depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n) select IP_SCTP help